/* 头部 */
.top2024-part1{
    height: 560px;
    min-width: 1400px;
    background: url(../image/banner.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.top2024-part1-box{
    padding-top: 209px;
}
.top2024-part1-logo{
    display: block;
    height: 128px;
    margin-bottom: 33px;
}
.top2024-part1-logo img{
    height: 100%;
    display: block;
}
.top2024-ss{
    width: 561px;
	height: 58px;
	background-color: rgba(243, 243, 243, 0.7);
	border-radius: 29px;
	border: solid 1px #d64444;
}
.top2024-ss input{
    padding-left: 35px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 2px;
	color: #ae0910;
    width: 450px;
}
.top2024-ss input::placeholder{
	color: #ae0910;
}
.top2024-ss img{
    width: 27px;
    margin-top: 13px;
    margin-right: 24px;
    cursor: pointer;
}
.top2024-part2{
	height: 64px;
	background-color: #ffffff;
    border-bottom: 2px solid rgba(214, 68, 68, 0.88);
}
.top2024-part2-nav{
    padding-left: 14px;
}
.top2024-part2-nav>a{
    font-size: 18px;
	line-height: 62px;
	letter-spacing: 1px;
	color: #000000;
    margin-right: 105px;
}
.top2024-part2-nav>a.cur,.top2024-part2-nav>a:hover{
    color: #b9171f;
    font-weight: bold;
}
.top2024-part2-nav>a:last-child{
    margin-right: 0;
}
/* 二级头部 */

.top2024-part1-two{
    background-image: url(../image/banner2.png);
    height: 202px;
}
.top2024-part1-two .top2024-part1-box{
    padding-top: 66px;
}
.top2024-part1-two .top2024-part1-logo{
    height: 72px;
    float: left;
    margin-right: 21px;
}
.top2024-part1-two .top2024-ss{
    float: left;
    width: 486px;
    margin-top: 8px;
}
.top2024-part1-two .top2024-ss input{
    width: 390px;
}
/* 底部 */
.footer2024-part1{
    height: 56px;
	background-color: #fff3f4;
    border-top: 4px solid #d64444;
}
.drop-down{
    width: 200px;
	height: 34px;
    float: left;
    margin-left: 195px;
    line-height: 34px;
    font-size: 14px;
	border-radius: 4px;
	background-color: #ffffff;
    margin-top: 11px;
}
.drop-groups{
    position: relative;
    color: #ffffff;
    margin-bottom: 35px;
}
.drop-down .tag{
    font-size: 15px;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 30px 0 15px;
    background: url(../image/arow-down.png) 150px center no-repeat;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    padding-left: 0;
}
.drop-down .tag.cur {
    background: url(../image/arow-up.png) 150px center no-repeat;
}
.drop-lists {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 4px 2px #f3f3f3;
    border-radius: 4px;
    position: absolute;
    bottom: 45px;
    left: 0;
    padding: 20px;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    z-index:30;
}
.drop-lists li {
    width: 20%;
    white-space: nowrap;
    float: left;
}
.drop-lists li a {
    display: inline-block;
    padding: 0 20px;
}
.footer2024-part2{
    height: 226px;
	background-color: #d64444;
    padding-top: 12px;
}
.footer2024-part2-1{
    width: 284px;
    padding: 0 34px;
    padding-top: 18px;
}
.footer2024-part2-box1>a{
    font-size: 16px;
    font-weight: bold;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-right: 24px;
    margin-bottom: 16px;
}
.footer2024-part2-box1>a:nth-child(2n){
    margin-right: 0;
}
.footer2024-part2-box1>a img{
    height: 18px;
    margin-right: 5px;
}
.footer2024-part2-box2{
    margin-top: 10px;
}
.footer2024-part2-box2 a{
    margin: 0 24px;
}
.footer2024-part2-2{
    width: 749px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 64px;
    padding-right: 49px;
    padding-top: 16px;
}
.footer2024-part2-box3-lf,.footer2024-part2-box3-lf a{
    /*width: 229px;*/
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer2024-part2-box3-rt,.footer2024-part2-box3-rt a{
    width: 332px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer2024-part2-2>p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.footer2024-part2-2>p>span{
    display: inline-block;
    width: 64px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.34);
	border-radius: 2px;
    line-height: 24px;
    margin-left: 17px;
    margin-top: 5px;
}
.footer2024-part2-2>p>span>img{
    margin-right: 5px;
    margin-top: -4px;
}
.footer2024-part2-box4{
    width: 116px;
    margin-left: 35px;
    margin-top: 17px;
    float: left;
}
.footer2024-part2-box4 img{
    width: 100%;
    background: #fff;
    padding: 8px;
    margin-bottom: 10px;
}
.footer2024-part2-box4 p{
    font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer2024-right{
    position: fixed;
    width: 75px;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    text-align: center;
    z-index: 99;
    text-align: center;
}
.footer2024-right-sq{
    cursor: pointer;
    margin-bottom: 14px;
}
.footer2024-right-sq.cur{
    transform: rotate(90deg);
}
.footer2024-right-box>a{
    display: block;
    position: relative;
}
.footer2024-right-box>a img{
    width: 100%;
    margin-bottom: 10px;
}
.footer2024-right-t{
    font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
    margin-bottom: 10px;
    text-align: center;
}
.footer2024-right-box2{
    width: 150px;
    position: absolute;
    display: none;
    right: 85px;
    top: 0;
}
.footer2024-right-box>a:hover .footer2024-right-box2{
    display: block;
}
.hjfzt-btn{
    position: absolute;
    display: block;
    right: 0;
    top: -150px;
}
.hjfzt-btn .fm{
    display: none;
    position: absolute;
    right: 180px;
    top: 0;
}
.hjfzt-btn:hover .fm{
    display: block;
    width: 500px;
}
.gotop{
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
}
.gotop img{
    margin-bottom: 9px;
}
.position {
    width: 1427px;
    margin: 0 auto;
    font-size: 0;
    color: #d33d3d;
    line-height: 16px;
    margin-top: 30px;
  }
  
  .position>a {
    color: #d33d3d;
    font-size: 16px;
    vertical-align: top;
  }
  
  .position .curr {
    color: #434343;
    font-size: 16px;
    vertical-align: top;
  }
  
  .position .triangle-right {
    vertical-align: middle;
  }
  .triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #d33d3d;
    border-bottom: 5px solid transparent;
    display: inline-block;
    zoom: 1;
    margin: 0 10px;
  }
@media screen and (max-width: 768px){
    .footer2024-part1,.footer2024-part2-3,.footer2024-right{
        display: none;
    }
    /* 头部 */
    .top2024-part1,.top2024-part1-two{
        min-width: 100%;
        height: 3rem;
        padding: 0 0.25rem;
    }
    .top2024-part1-box,.top2024-part1-two .top2024-part1-box{
        padding-top: 0.5rem;
    }
    .top2024-part1-logo,.top2024-part1-two .top2024-part1-logo {
        height: 0.8rem;
        margin-bottom: 0.5rem;
    }
    .top2024-ss,.top2024-part1-two .top2024-ss {
        width: 6rem;
        height: 0.6rem;
        border-radius: 0.3rem;
        margin: auto;
    }
    .top2024-ss input,.top2024-part1-two .top2024-ss input {
        padding-left: 0.3rem;
        font-size: 0.3rem;
        line-height: 0.6rem;
        letter-spacing: 0.02rem;
        width: 5rem;
    }
    .top2024-ss img {
        width: 0.3rem;
        margin-top: 0.12rem;
        margin-right: 0.3rem;
    }
    .top2024-part2{
        height: 0.8rem;
    }
    .top2024-part2-nav {
        padding:0 0.3rem;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .top2024-part2-nav>a {
        font-size: 0.3rem;
        line-height: 0.7rem;
        letter-spacing: 0.02rem;
        margin-right: 0.35rem;
    }
    /* 底部 */
    .footer2024-part2{
        height: auto;
    }
    .footer2024-part2-1{
        width: 100%;
        padding: 0 0.25rem;
        padding-top: 0.1rem;
    }
    .footer2024-part2-box1{
        text-align: center;
    }
    .footer2024-part2-box1>a,.footer2024-part2-box1>a:nth-child(2n) {
        font-size: 0.26rem;
        line-height: 0.3rem;
        margin-right: 0.2rem;
        margin-bottom: 0.3rem;
    }
    .footer2024-part2-box1>a:last-child{
        margin-right: 0;
    }
    .footer2024-part2-box2{
        margin-top: 0;
        text-align: center;
    }
    .footer2024-part2-box2 a {
        margin: 0 0.2rem;
        float: none;
    }
    .footer2024-part2-box2 a img{
        height: 1rem;
    }
    .footer2024-part2-2 {
        width: 100%;
        border: none;
        padding: 0.25rem;
        text-align: center;
    }
    .footer2024-part2-box3-lf, .footer2024-part2-box3-lf a,.footer2024-part2-box3-rt, .footer2024-part2-box3-rt a,.footer2024-part2-2>p{
        float: none;
        width: 100%;
        font-size: 0.26rem;
        line-height: 0.5rem;
    }
    .footer2024-part2-2>p>span {
        display: block;
        margin: auto;
    }
    .position{
        padding: 0 .2rem;
        margin-bottom: .3rem;
        margin-top: 0.25rem;
      }
      .position *{
        font-size: .28rem!important;
      }
      .position{
        float: none;
        height: auto;
        width: 100%;
        box-sizing: border-box;
      }
      .column_title .search-toptitle{
        position: relative;
      }
      #page{
        width: auto;
      }
      #page a{
        margin-bottom: 0.2rem;
      }
}